-
Couldn't load subscription status.
- Fork 1.4k
manifest: sdk-zephyr: [nrf noup] hal_nordic: Fix MPSL include that might cause unwanted dependencies #23477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manifest: sdk-zephyr: [nrf noup] hal_nordic: Fix MPSL include that might cause unwanted dependencies #23477
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
15d978e to
a27b63d
Compare
|
I had to add a commit to fix HCI driver. |
1ad4a0f to
339492e
Compare
339492e to
21609da
Compare
Memory footprint analysis revealed the following potential issuesapplications.nrf_desktop.zdebug.uart[[email protected]/nrf54lm20a/cpuapp]: ROM size increased by 532[B] in comparison to the main[2cba377] branch. - link (cc: @nrfconnect/ncs-si-bluebagel) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-23477/9) |
21609da to
eb8437f
Compare
|
Manifest updated with #23473. I've opened a PR with remaining part because it doesn't belong to manifest update. I'm closing this PR. |
eb8437f to
339492e
Compare
Due to change in Zephyr hal, use of mpsl_hwres.h the mpsl.h is not included silently with nrf header files. That causes some functions to be not declared in the hci_driver.c. Also the mpsl_pm_util.c requires additional header: nrf_errno.h provided in nrfxlib with MPSL header files. The header is required because integration layer uses error codes from the headed in the sdk-nrf and MPSL integration layer. Signed-off-by: Piotr Pryga <[email protected]>
339492e to
6ef686b
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3092